home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class ko$SecurityInfo_properties extends ResourceBundle
- {
- public function ko$SecurityInfo_properties()
- {
- super("ko","SecurityInfo");
- }
-
- override protected function getContent() : Object
- {
- return {
- "lblUnrestricted":"제한되지 않음",
- "lblUnknown":"알 수 없음",
- "lblMoreOptions":"기타 옵션",
- "lblPublisherIdentity":"제작자 ID:",
- "lblPublisherUndetermined":"이 응용 프로그램의 제작자를 확인할 수 없습니다.",
- "lblFullAccess":"이 응용 프로그램이 파일 시스템 및 인터넷에 액세스할 수 있으며 컴퓨터가 위험에 노출될 수 있습니다.",
- "lblVerified":"확인됨",
- "msgPotentialSecurityRisk":"응용 프로그램을 설치하면 사용자 및 컴퓨터가 보안 위험에 노출될 수 있습니다. 신뢰할 수 있는 기관의 응용 프로그램만 설치하십시오.",
- "lblSystemAccess":"시스템 액세스:"
- };
- }
- }
- }
-
-